From 5731a732b8024186910b907ed2ac0818f832eb41 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Malo=20Jaffr=C3=A9?= Date: Wed, 3 Jan 2018 21:16:16 +0100 Subject: [PATCH] Try to fix a perf regression by updating log Upgrade `log` to `0.4` in `cargo` and `cargotest`. --- Cargo.toml | 2 +- tests/cargotest/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9152b754d..ebccda782 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ ignore = "0.3" jobserver = "0.1.6" libc = "0.2" libgit2-sys = "0.6" -log = "0.3" +log = "0.4" num_cpus = "1.0" same-file = "1" scoped-tls = "0.1" diff --git a/tests/cargotest/Cargo.toml b/tests/cargotest/Cargo.toml index a059324cf..5f1b6a498 100644 --- a/tests/cargotest/Cargo.toml +++ b/tests/cargotest/Cargo.toml @@ -13,7 +13,7 @@ flate2 = "1.0" git2 = { version = "0.6", default-features = false } hamcrest = "=0.1.1" hex = "0.2" -log = "0.3" +log = "0.4" serde_json = "1.0" tar = { version = "0.4", default-features = false } url = "1.1" -- 2.30.2